func crypto/aes.decryptBlockAsm

2 uses

	crypto/aes (current package)
		cipher_asm.go#L23: func decryptBlockAsm(nr int, xk *uint32, dst, src *byte)
		cipher_asm.go#L95: 	decryptBlockAsm(len(c.dec)/4-1, &c.dec[0], &dst[0], &src[0])